home *** CD-ROM | disk | FTP | other *** search
/ Ultra Gameplayers 101 / Ultra Game Players Magazine, No. 101 - September 1997 (Imagine Publishing, Inc.)(1997).iso / pc / new_ugp.dxr / 00241.ls < prev    next >
Encoding:
Text File  |  1997-07-10  |  320 b   |  14 lines

  1. on startMovie
  2.   global baseMemory
  3.   set baseMemory to the freeBytes
  4.   set the soundLevel to 5
  5.   SetGlobal(#volumeButton, 38)
  6.   SetGlobal(#mmButton, 43)
  7.   SetGlobal(#quitButton, 44)
  8.   SetGlobal(#adBanner, 48)
  9.   SetGlobal(#imageSprite, 34)
  10.   SetGlobal(#textSprite, 35)
  11.   SetGlobal(#videosprite, 36)
  12.   CleanupSprites()
  13. end
  14.